home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / bbsdoors / awordv11.zip / AWORD.DOC < prev    next >
Text File  |  1993-06-04  |  7KB  |  159 lines

  1.                  A   W O R D   O F   F O R T U N E
  2.                  AWORD version 1.1     June  1993
  3.  
  4.  
  5.     Welcome to the AWORD door.  This door is simplified clone of the
  6. game of Wheel of Fortune.  This game has an additional twist that
  7. makes it interesting....the ability to choose from up to 5 different
  8. categories.  Each category can hold 500 puzzles...so that is 2500
  9. puzzles in the entire game!  At the end of each players turn the score
  10. is added to the high score file.  If your users like word solve puzzles
  11. then they will certainly like this door.
  12.  
  13.     To have a look at the game just unzip all the files to a
  14. subdirectory and type local.  This will run the batch file local.bat and
  15. start up the game locally.
  16.  
  17.  
  18.           DISCLAIMER:   Use this door at your own risk.  This door may
  19. be distributed freely.  By using this door you are accepting any risks.
  20.  
  21.    This door was written with Quick Basic 4.5 and Door Source ver 4.0.
  22.  
  23. Files in AWORD version 1.1
  24.  
  25.     aword          Sample startup batch file
  26.     aword.doc      Documentation
  27.     aword.exe      Main program
  28.     resethi.exe    Use this to reset the high score file
  29.     aword.scr      High score file
  30.     aword.cfg
  31.     aword1.cfg
  32.     aword2.cfg
  33.     awordbib.dat   Data file
  34.     awordcom.dat   Data file
  35.     awordgen.dat   Data file
  36.     awordone.dat   Data file
  37.     awordtag.dat   Data file
  38.     local.bat      Use this to run the door in local mode
  39.  
  40.  
  41.  
  42. INSTALLATION:
  43.  
  44.   - Be sure you are running ansi.sys.  It is needed because this game
  45. moves the cursor all over the screen.
  46.  
  47.   - Unarchive the files to the subdirectory for the game.
  48.  
  49.   - Edit the cfg file for your needs.  I have a two node bbs so I use
  50. both aword1.cfg and aword2.cfg.  Look inside them for help in filling
  51. out your configuration file.
  52.  
  53.   - Edit your batch file that will start up the door as soon as your bbs
  54. drops to dos.  Here is my batch file that I use when PCBoard drops to
  55. run the door:        (It is pretty easy to run this door!!)
  56.  
  57.        E:
  58.        cd \DOORS\AWORD
  59.        AWORD AWORD1.CFG
  60.        C:
  61.        CD C:\PCB
  62.        BOARD
  63.  
  64.   - Once you have done that all you have to do is to setup your bbs to
  65. run this door.
  66.  
  67.  
  68.         Command Line Options
  69.         --------------------
  70.            Door Source has numerous command line options in order to provide
  71.         flexibility with most computer systems. Here is a list:
  72.  
  73.                 LOCKED:xxxxx  - Forces Dooor Source to lock the modem at the
  74.                                 speed given.
  75.                 LOCAL         - Forces Door Source to run in local mode. This
  76.                                 is really meant for testing purposes, but it
  77.                                 still reads the configuration file, but doesn't
  78.                                 read the bbs interface file.
  79.                 NETWORK       - Forces file sharing to be active incase you
  80.                                 are using something other than SHARE to manage
  81.                                 file locking.
  82.                 IRQ=n         - Lets you change the IRQ used for the com port
  83.                                 specified in the bbs interface file.
  84.                                 (See below for more information)
  85.                 ADDR=&Hnnnn   - Lets you change the address used for the com
  86.                                 port specified in the bbs interface file.
  87.                                 (See below for more information)
  88.                 PS2           - Forces the PS/2 IRQs and addresses if a PS/2
  89.                                 isn't detected (Normally it is, but you can't
  90.                                 always tell!)
  91.                 RBBS          - Forces Door Source into RBBS/QBBS mode
  92.                 WILDCAT       - Forces Door Source into Wildcat 2.0 mode
  93.                 DOORSYS       - Forces Door Source into 31-Line DOOR.SYS mode
  94.                 PCB121        - Forces Door Source into PCBoard 11.8/12.x mode
  95.                                 with COM 1 active
  96.                 PCB122        - Forces Door Source into PCBoard 11.8/12.x mode
  97.                                 with COM 2 active
  98.                 PCB14         - (DEFAULT) Forces Door Source into PCBoard 14.x
  99.                                 mode
  100.  
  101.         When you use the IRQ or the ADDR option, you must include the other.
  102.         You can't use just the IRQ and not the ADDR, and you can't use just
  103.         the ADDR and not the IRQ. Here's a chart with the STANDARD IRQs
  104.         and addresses for the PS/2s and IBM PCs:
  105.                                 Non PS/2
  106.                 Com port       IRQ     Address
  107.                    1             4       &H3F8
  108.                    2             3       &H2F8
  109.                    3             4       &H3E8
  110.                    4             3       &H2E8
  111.                   5-8            4       &H3F8
  112.  
  113.                                 PS/2
  114.                 Com port       IRQ     Address
  115.                    1             4       &H3F8
  116.                    2             3       &H2F8
  117.                    3             3       &H3220
  118.                    4             3       &H3228
  119.                    5             3       &H4220
  120.                    6             3       &H4228
  121.                    7             3       &H5220
  122.                    8             3       &H5228
  123.  
  124.  
  125.  REGISTRATION:   (ONLY $11.00 Canadian or U.S. dollars)
  126.  
  127.       Sysops are not made of money!  I hate it when I download a door
  128. and it looks interesting...only to find out that it costs $30-$50 or so.
  129. My next step is to type 'del *.*' and be done with it!   I've kept the
  130. registration cost of this door inexpensive for this reason.  Just send
  131. in $11.00 with  your name TYPED or PRINTED and I'll mail you the
  132. registration code for the door.  Until you register the game is slightly
  133. crippled.
  134.  
  135.  
  136. - Be sure to let me know how you want the registration name to read:
  137.    - Sysop name .... print first and last name if you want sysop name
  138.                 to appear in the 'Registered to:' line in the game.
  139.       OR.......
  140.  
  141.    - BBS name ..... print the name of your bbs if you want your bbs name
  142.                 to appear in the 'Registered to:' line in the game.
  143.  
  144. I want this info printed so I can accurately figure out your registration
  145. code...(I'm also not very good at reading other peoples' handwriting!)
  146.  
  147.  
  148. Send to:
  149.  
  150.   Alan Yusko
  151.   39 Drysdale Cres
  152.   Willowdale Ontario M2H 1M7
  153.   CANADA
  154.  
  155.   ---------------------
  156.   The Seed Sowers BBS
  157.   (416) 498-5259/5962
  158.  
  159.